
.taone {
    list-style-type:none;
    font-size: 20px;
    font-face: verdana;
    border: 2px solid #336666;
    border-radius: 7px;
}


.txone {
    list-style-type:none;
    font-size: 18px;
    font-face: verdana;
    border: 2px solid #336666;
    border-radius: 7px;
    padding: 2px 2px 3px 3px;
}

.txtwo {
    list-style-type:none;
    font-size: 18px;
    font-face: verdana;
    border: 2px solid #336666;
    border-radius: 7px;
    padding: 2px 2px 3px 3px;
    text-align: center;
}


.lione li {
    list-style-type: none;
    margin: 10px;
    padding: 5px 2px 10px 3px;
}

.tb1 td {
    margin: 12px;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
    text-align: center;
}

.tb2 td {
    margin: 1px;
    line-height: 20px;
    padding: 5px 15px 5px 15px;
    font-size: 22px;
    font-face: verdana;
    text-align: center;
}

.tb3 td {
    margin: 3px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
  //text-align: center;
}

.div1  {
    margin: 20px;
    padding: 25px 25px 25px 25px;
    border: solid 2px #fff;
    border-radius: 13px;
    min-width: 400px;
}


.regular-radio {
    display: none;
}
.regular-radio:checked + label:after {
    background: none repeat scroll 0 0 #ff0000;
 //   box-shadow:inset 0 0 0 2px rgb(255,255,255);
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 1px;
    width: 1px;
    position: absolute;
    top: 2px;
    left: 4px;
}
.regular-radio:checked + label:before {
    background-color: #00FF00;
}
.regular-radio:focus + label:before {
    background-color: #ffd500;
}
.regular-radio + label:before {
    background-color:#f0f0f0;
    border-radius:50px;
    display: inline-block;
    position: relative;
    height:20px;
    width:20px;
    content: ' ';
    margin-right: 10px;
 color: #303030;
    cursor: pointer;sor:pointer;
   border: ridge 8px;
  //  border: groove 8px;
  //  border: double 8px;
}

.regular-radio + label:after {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 3px;
    left: 5px;
}
label {
    display: inline;
    position: relative;
}

